home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / rexx / MindRexx.readme < prev    next >
Encoding:
Text File  |  1993-12-05  |  3.6 KB  |  79 lines

  1. Short: Project Mentifex's AI prototype
  2.  
  3.  
  4.                 *************************************
  5.                 **                                 **
  6.                 **  Mind.rexx version MX17NOV93A   **
  7.                 **                                 **
  8.                 **      by Arthur T. Murray        **
  9.                 **                                 **
  10.                 *************************************
  11.  
  12. I.  Introduction
  13.  
  14. Mind.rexx is an attempt to implement the linguistic mind-model for
  15. artificial intelligence (AI) found in the "Mind" directory of the Amiga
  16. Library Disk #411.
  17.  
  18. II.  Why ARexx?
  19.  
  20. The original plan was to use the object-oriented language Smalltalk, as
  21. found in the form of "Little Smalltalk" on Fish disk #37.  This teaching
  22. version of Smalltalk proved to be so alien to the Amiga environment, that
  23. Scripit (Fish disk #288) and ARexx were used to link Little Smalltalk to and
  24. from the Amiga environment.  When Little Smalltalk itself proved too limited
  25. for Project Mentifex, and no commercial Smalltalk seemed to be available
  26. (is there one?) for the Amiga, ARexx came to the fore not simply by default
  27. but by its own merits as a high-level, dramatically powerful language for
  28. the Amiga.
  29.  
  30. III.  State of the Art in November of 1993
  31.  
  32. Mind.rexx will not initially be comprehensible to many Amiga users, because
  33. it involves abstruse psycholinguistics and an as yet very untested and
  34. unproven theory of mind (see Fish #411).  But what better machine is there
  35. on which to test a linguistic theory of mind than the multitasking Amiga
  36. with its built-in speech synthesizer?  [ Possible answer:  64-bit DEC Alpha
  37. workstations running Eiffel or Smalltalk.]  Amiga REXX programmers may not
  38. see the point of the Mind.rexx program linguistically, but they will surely
  39. understand the ARexx code and they will see ways to improve the Mind.rexx,
  40. and therefore this REXX program is going into the public domain with an
  41. appeal for la creme de la creme  -  Amiga programmers, that is  -  to look
  42. at Mind.rexx and figure out how to make it smarter, more conscious, and more
  43. alive.
  44.  
  45. IV.  History of Mind.rexx
  46.  
  47. TUES.27.JUL1993:  Work began with tiny, fragmentary ARexx programs.
  48.  
  49. MON.23.AUG.1993:  First release, by U.S. mail to fifty attendees of the
  50.                   1992 REXX Symposium for Developers and Users, showed
  51.                   generation of a thought or sentence at the core of an
  52.                   artificial mind (or so we hope).
  53.  
  54. WED.17.NOV.1993:  First electronic release (submitted to Fred Fish, to
  55.                   AmiNet, to GENie, etc.) shows an attempt to demonstrate
  56.                   the central core of the Mentifex mind-model, or how the
  57.                   mind recalls the appropriate verb (the "mot juste").
  58.  
  59. V.  Credits
  60.  
  61. Callaway, Merrill:  for his ARexx articles and his "ARexx Cookbook".
  62. Fish, Fred:  for publishing the Mentifex theory of mind on Fish #411.
  63. Gian, Alex:  for his ARexx articles in the British "Amiga Computing".
  64. Guthrie, Billy:  for completely re-writing the version of 23AUG1993.
  65. Holborn, Jason:  for his ARexx articles in British "Amiga Shopper".
  66. Sullivan, Nick:  for co-authoring "Using ARexx on the Amiga".
  67. Zamara, Chris:  for co-authoring "Using ARexx on the Amiga".
  68.  
  69.  
  70. ***************************************************
  71. **                                               **
  72. **  You may write to:  Project Mentifex          **
  73. **                     ATTN:  Arthur T. Murray   **
  74. **                     Post Office Box 31326     **
  75. **                     Seattle, WA 98103-1326    **
  76. **                     USA                       **
  77. **                                               **
  78. ***************************************************
  79.